:root {
  --black: #000000;
  --white: #ffffff;
  --gold: #e4c100;
  --button: #dea731;
  --button-dark: #c88f20;
  --text: #050505;
  --muted: #737373;
  --line: #dedede;
  --field: #8d96a0;
  font-family: Poppins, Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: Poppins, Arial, Helvetica, sans-serif;
}

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

a {
  color: inherit;
}

.control-header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 86px;
  padding: 8px clamp(20px, 6vw, 96px);
  border-bottom: 14px solid var(--gold);
  background: var(--black);
}

.control-logo {
  justify-self: start;
}

.control-logo img {
  width: 250px;
}

.header-button {
  justify-self: end;
}

.gold-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border: 0;
  border-radius: 18px;
  background: var(--button);
  color: var(--white);
  font-size: clamp(0.95rem, 1.6vw, 1.35rem);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.gold-button:hover {
  background: var(--gold);
}

.hero-control {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  min-height: 660px;
  background-image:
    linear-gradient(rgba(63, 61, 61, 0.75), rgba(63, 61, 61, 0.75)),
    url("https://goldenstategcpro.com/site/wp-content/uploads/sites/517/2025/07/perfect-usa-home-2025-01-15-13-19-13-utc-1-scaled-1.jpg");
  background-position: center;
  background-size: cover;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(42px, 8vw, 118px) clamp(24px, 8vw, 150px);
  color: var(--white);
}

.hero-copy p:first-child {
  margin: 0 0 24px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 600;
}

.hero-copy h1 {
  max-width: 720px;
  margin: 0 0 26px;
  color: var(--gold);
  font-size: clamp(3.1rem, 7vw, 6.2rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 6px 0 10px rgba(0, 0, 0, 0.3);
}

.subhead {
  max-width: 720px;
  margin: 0;
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  line-height: 1.15;
  text-shadow: 5px 2px 13px rgba(0, 0, 0, 0.3);
}

.lead-form {
  background: var(--white);
  padding: clamp(24px, 3vw, 42px);
}

.hero-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  padding-top: clamp(58px, 5vw, 88px);
  padding-bottom: clamp(34px, 4vw, 58px);
}

.lead-form h2 {
  margin: 0 0 24px;
  color: var(--text);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
}

.lead-form > p {
  margin: 0 0 38px;
  color: var(--button);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.lead-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 1.05rem;
  font-weight: 400;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 55px;
  border: 1.5px solid var(--field);
  border-radius: 12px;
  padding: 12px 20px;
  color: var(--text);
  background: var(--white);
  font: inherit;
  font-size: 1.05rem;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.send-button {
  width: 100%;
  min-height: 58px;
  margin-top: 6px;
  border-radius: 16px;
  text-transform: none;
}

.company-website {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

.form-error {
  min-height: 18px;
  margin: 10px 0 0;
  color: #9b2c2c;
  font-weight: 700;
}

.black-section,
.white-section {
  padding: clamp(70px, 8vw, 120px) clamp(24px, 7vw, 120px);
}

.black-section {
  background: var(--black);
  color: var(--white);
}

.white-section {
  background: var(--white);
  color: var(--text);
}

.black-section h2,
.white-section h2 {
  margin: 0 0 28px;
  color: var(--gold);
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-weight: 800;
  line-height: 1.08;
  text-align: center;
  letter-spacing: 0;
}

.story-section > p,
.process-intro,
.finance-section > p,
.finance-section h3 {
  max-width: 1600px;
  margin: 0 auto 42px;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 48px auto 60px;
  max-width: 1600px;
}

.proof-grid article,
.service-grid article {
  border: 1px solid rgba(80, 80, 80, 0.45);
  border-radius: 12px;
  background: var(--black);
}

.proof-grid article {
  min-height: 320px;
  padding: 32px;
  text-align: center;
}

.star {
  width: 72px;
  height: 72px;
  margin: 0 auto 28px;
  background: var(--gold);
  clip-path: polygon(50% 0%, 62% 34%, 98% 35%, 69% 56%, 79% 91%, 50% 70%, 21% 91%, 31% 56%, 2% 35%, 38% 34%);
}

.proof-grid h3,
.service-grid h3 {
  color: var(--button);
  font-size: clamp(1.5rem, 2.3vw, 2.35rem);
  line-height: 1.18;
}

.proof-grid p {
  color: var(--white);
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  line-height: 1.45;
}

.count-heading {
  margin-top: 36px !important;
  text-transform: uppercase;
}

.left-copy {
  text-align: left !important;
}

.process-section h2,
.areas-section h2 {
  text-transform: uppercase;
}

.process-intro {
  color: var(--text);
}

.accordion {
  max-width: 1540px;
  margin: 0 auto;
  border: 1px solid #edd2d2;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 10px -10px 0 rgba(252, 201, 201, 0.65);
}

.accordion details {
  background: #e7e7e7;
  border-bottom: 3px solid #d6d6d6;
}

.accordion summary {
  padding: 20px 28px;
  color: #272727;
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  cursor: pointer;
}

.accordion details:not([open]) summary {
  color: var(--button);
}

.accordion details[open] p {
  margin: 0;
  padding: 28px 32px 34px;
  background: var(--button);
  color: var(--white);
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.12;
}

.services-section h2 {
  margin-bottom: 38px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1600px;
  margin: 0 auto;
}

.service-grid article {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 150px;
  padding: 22px;
}

.service-icon {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  border: 6px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
}

.service-icon::after {
  position: absolute;
  left: 13px;
  top: 11px;
  width: 26px;
  height: 15px;
  border-left: 7px solid var(--gold);
  border-bottom: 7px solid var(--gold);
  transform: rotate(-45deg);
  content: "";
}

.service-grid h3 {
  margin: 0;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 1540px;
  margin: 0 auto;
}

.area-grid article {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 18px 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: clamp(1.3rem, 2.2vw, 2.1rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.circle-icon {
  position: relative;
  width: 64px;
  height: 64px;
  border: 6px solid var(--gold);
  border-radius: 999px;
}

.finance-section {
  text-align: center;
}

.finance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1600px;
  margin: 30px auto;
}

.finance-grid article {
  min-height: 94px;
  border: 1px solid rgba(80, 80, 80, 0.55);
  border-radius: 10px;
  padding: 16px 20px;
  color: var(--gold);
  font-size: clamp(1.15rem, 2vw, 1.9rem);
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
}

.apply-button {
  margin: 18px auto 24px;
}

.finance-fineprint {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 44px;
  border-top: 7px solid var(--gold);
  text-align: left;
}

.finance-fineprint p {
  margin: 0 0 28px;
  color: var(--white);
  font-size: clamp(0.95rem, 1.5vw, 1.25rem);
  font-weight: 700;
  line-height: 1.12;
}

.bottom-form .lead-form {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0;
}

.bottom-form .lead-form h2 {
  color: var(--button);
  text-transform: none;
}

.bottom-form .lead-form > p {
  color: var(--text);
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding-top: 20px;
}

.contact-cards article {
  display: grid;
  justify-items: center;
  gap: 14px;
  min-height: 240px;
  padding: 28px 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  text-align: center;
}

.circle-icon::after {
  position: absolute;
  left: 26px;
  top: 16px;
  width: 4px;
  height: 22px;
  background: var(--gold);
  content: "";
}

.circle-icon::before {
  position: absolute;
  left: 29px;
  top: 34px;
  width: 16px;
  height: 4px;
  background: var(--gold);
  transform: rotate(45deg);
  transform-origin: left center;
  content: "";
}

.contact-cards h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.3vw, 2.2rem);
  text-decoration: underline;
}

.contact-cards p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.35;
}

.thank-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  min-height: 680px;
  padding: clamp(70px, 8vw, 128px) clamp(24px, 7vw, 120px);
  background:
    linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)),
    url("https://goldenstategcpro.com/site/wp-content/uploads/sites/517/2025/07/perfect-usa-home-2025-01-15-13-19-13-utc-1-scaled-1.jpg");
  background-position: center;
  background-size: cover;
  color: var(--white);
}

.thank-kicker {
  margin: 0 0 14px;
  color: var(--button);
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.thank-copy h1 {
  margin: 0;
  color: var(--gold);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 800;
  line-height: 1.02;
}

.thank-copy p {
  max-width: 820px;
  margin: 24px 0 0;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.22;
}

.thank-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.thank-call {
  min-height: 70px;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
}

.thank-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  color: var(--white);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 800;
  text-decoration: none;
}

.thank-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: clamp(26px, 4vw, 42px);
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.thank-card h2 {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
}

.thank-card p,
.thank-card li {
  color: var(--white);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  font-weight: 700;
  line-height: 1.35;
}

.thank-card ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.thank-card li {
  position: relative;
  padding-left: 34px;
}

.thank-card li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  content: "\2713";
}

.thank-steps-section h2,
.thank-faq-section h2 {
  text-transform: uppercase;
}

.thank-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1400px;
  margin: 40px auto 0;
}

.thank-steps article {
  min-height: 270px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 12px;
  text-align: center;
}

.thank-steps span {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 22px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--black);
  font-size: 2rem;
  font-weight: 800;
}

.thank-steps h3 {
  margin: 0 0 10px;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.thank-steps p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 700;
  line-height: 1.45;
}

.thank-faq-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.thank-faq-copy h2 {
  text-align: left;
}

.thank-faq-copy p {
  margin: 0 0 28px;
  color: var(--white);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  font-weight: 700;
  line-height: 1.35;
}

.thank-faq {
  display: grid;
  gap: 14px;
}

.thank-faq details {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.thank-faq summary {
  padding: 22px 24px;
  color: var(--gold);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 800;
  cursor: pointer;
}

.thank-faq p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 1120px) {
  .control-header {
    grid-template-columns: auto 1fr;
  }

  .control-logo,
  .header-button {
    grid-column: auto;
  }

  .hero-control,
  .thank-hero,
  .thank-faq-section,
  .proof-grid,
  .service-grid,
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .area-grid,
  .thank-steps,
  .finance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .control-header {
    gap: 12px;
    padding: 8px 14px;
  }

  .control-logo img {
    width: 150px;
  }

  .header-button {
    width: auto;
    min-height: 52px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 0.78rem;
  }

  .hero-control,
  .thank-hero,
  .thank-steps,
  .thank-faq-section,
  .area-grid,
  .finance-grid,
  .field-row {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 44px 22px;
  }

  .hero-copy h1 {
    font-size: clamp(2.5rem, 12.5vw, 3.2rem);
    line-height: 1.08;
  }

  .lead-form h2,
  .thank-copy h1,
  .black-section h2,
  .white-section h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .thank-actions,
  .thank-call,
  .thank-email {
    width: 100%;
  }

  .service-grid article {
    grid-template-columns: 54px 1fr;
  }

  .service-icon {
    width: 46px;
    height: 46px;
    border-width: 5px;
  }

  .service-icon::after {
    left: 9px;
    top: 8px;
    width: 20px;
    height: 12px;
    border-left-width: 6px;
    border-bottom-width: 6px;
  }

  .circle-icon {
    width: 48px;
    height: 48px;
    border-width: 5px;
  }
}
