* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.usta-site {
  margin: 0;
  background: #f6f7f9;
  color: #172033;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.usta-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.usta-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid #e6e9ee;
  backdrop-filter: blur(12px);
}

.usta-header-row {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.usta-brand {
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
  white-space: nowrap;
}

.usta-brand-main {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #172033;
}

.usta-brand-main b,
.usta-brand-main span {
  color: #d71920;
}

.usta-brand small {
  margin-bottom: 3px;
  padding: 5px 8px;
  border-radius: 6px;
  background: #172033;
  color: white;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.usta-nav {
  margin-left: auto;
  display: flex;
  gap: 26px;
}

.usta-nav a {
  font-size: 14px;
  font-weight: 650;
  color: #4c5566;
}

.usta-nav a:hover {
  color: #172033;
}

.usta-header-cta {
  padding: 11px 17px;
  border-radius: 8px;
  background: #d71920;
  color: white;
  font-size: 14px;
  font-weight: 750;
}

.usta-hero {
  padding: 76px 0 68px;
  background:
    linear-gradient(135deg, #111827 0%, #182238 58%, #263651 100%);
  color: white;
}

.usta-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 62px;
  align-items: center;
}

.usta-eyebrow,
.usta-section-heading span,
.usta-panel-label,
.usta-info-box > span {
  display: block;
  margin-bottom: 12px;
  color: #d71920;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 1.7px;
}

.usta-hero .usta-eyebrow,
.usta-hero .usta-panel-label {
  color: #ff5a5f;
}

.usta-hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(42px, 5.3vw, 70px);
  line-height: .98;
  letter-spacing: -3.4px;
}

.usta-hero-copy > p {
  max-width: 650px;
  margin: 26px 0 0;
  color: #d7dce6;
  font-size: 18px;
  line-height: 1.65;
}

.usta-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.usta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 750;
}

.usta-btn.primary {
  background: #d71920;
  color: white;
}

.usta-btn.secondary {
  border: 1px solid #cdd3dd;
  background: white;
  color: #172033;
}

.usta-hero .usta-btn.secondary {
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  color: white;
}

.usta-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
  color: #aeb7c7;
  font-size: 13px;
}

.usta-trust-row b {
  color: white;
}

.usta-hero-panel {
  padding: 30px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  box-shadow: 0 28px 70px rgba(0,0,0,.18);
}

.usta-hero-panel h2 {
  margin: 0 0 22px;
  font-size: 25px;
}

.usta-quick-services {
  display: grid;
  gap: 9px;
}

.usta-quick-services a {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 10px;
  background: white;
  color: #172033;
}

.usta-quick-services a > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f2f3f6;
  font-size: 12px;
  font-weight: 800;
}

.usta-quick-services small {
  color: #788194;
}

.usta-section {
  padding: 72px 0;
}

.usta-soft {
  background: white;
}

.usta-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 30px;
}

.usta-section-heading h2 {
  margin: 0;
  font-size: 34px;
  letter-spacing: -1.3px;
}

.usta-section-heading p {
  max-width: 500px;
  margin: 0;
  color: #677184;
  line-height: 1.6;
}

.usta-section-heading > a {
  font-weight: 750;
  color: #d71920;
}

.usta-service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.usta-service-card {
  min-height: 220px;
  padding: 22px;
  border: 1px solid #e2e5ea;
  border-radius: 13px;
  background: white;
  transition: transform .18s ease, box-shadow .18s ease;
}

.usta-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(23,32,51,.08);
}

.usta-service-no {
  display: block;
  color: #d71920;
  font-size: 12px;
  font-weight: 850;
}

.usta-service-card h3 {
  margin: 34px 0 10px;
  font-size: 20px;
}

.usta-service-card p {
  min-height: 58px;
  color: #70798b;
  font-size: 14px;
  line-height: 1.5;
}

.usta-service-card strong {
  display: block;
  margin-top: 18px;
  font-size: 13px;
}

.usta-provider-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.usta-provider-card {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 17px;
  min-height: 170px;
  padding: 22px;
  border: 1px solid #e2e5ea;
  border-radius: 13px;
  background: white;
}

.usta-provider-avatar,
.usta-profile-avatar {
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #172033;
  color: white;
  font-weight: 850;
}

.usta-provider-avatar {
  width: 62px;
  height: 62px;
  font-size: 24px;
}

.usta-provider-type {
  display: inline-flex;
  margin-bottom: 6px;
  color: #d71920;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.usta-provider-card h2,
.usta-provider-card h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.usta-provider-card p {
  margin: 0;
  overflow: hidden;
  color: #70798b;
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.usta-provider-card strong {
  display: block;
  margin-top: 15px;
  font-size: 12px;
}

.usta-location {
  background: #eef1f5;
}

.usta-districts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.usta-districts span {
  padding: 8px 11px;
  border: 1px solid #d9dee6;
  border-radius: 20px;
  background: white;
  color: #596375;
  font-size: 12px;
}

.usta-page-hero {
  padding: 64px 0;
  background: #172033;
  color: white;
}

.usta-page-hero h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 60px);
  letter-spacing: -2px;
}

.usta-page-hero p {
  max-width: 650px;
  margin: 18px 0 0;
  color: #c7ced9;
  font-size: 17px;
}

.usta-profile-hero {
  padding: 65px 0 35px;
}

.usta-profile-card {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border: 1px solid #e0e4ea;
  border-radius: 18px;
  background: white;
}

.usta-profile-avatar {
  width: 110px;
  height: 110px;
  font-size: 42px;
}

.usta-profile-main h1 {
  margin: 0;
  font-size: clamp(32px, 4vw, 46px);
  letter-spacing: -1.7px;
}

.usta-profile-description {
  max-width: 780px;
  color: #626d80;
  line-height: 1.6;
}

.usta-profile-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.usta-profile-columns {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 18px;
}

.usta-info-box {
  padding: 28px;
  border: 1px solid #e0e4ea;
  border-radius: 14px;
  background: white;
}

.usta-info-box h2 {
  margin: 0 0 18px;
}

.usta-info-box p {
  color: #626d80;
  line-height: 1.7;
}

.usta-empty {
  padding: 30px;
  border: 1px dashed #cad0da;
  border-radius: 12px;
  background: white;
  color: #6d7687;
}

.usta-footer {
  padding: 45px 0;
  border-top: 1px solid #dfe3e9;
  background: #111827;
  color: white;
}

.usta-footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 50px;
}

.usta-footer p {
  color: #9fa9b8;
  font-size: 13px;
  line-height: 1.6;
}

.usta-footer nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
}

.usta-footer-grid > div:last-child {
  text-align: right;
}


@media (max-width: 980px) {

  .usta-nav {
    display: none;
  }

  .usta-header-cta {
    margin-left: auto;
  }

  .usta-hero-grid {
    grid-template-columns: 1fr;
  }

  .usta-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .usta-provider-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .usta-profile-columns {
    grid-template-columns: 1fr;
  }

}


@media (max-width: 640px) {

  .usta-shell {
    width: min(100% - 26px, 1180px);
  }

  .usta-header-row {
    min-height: 66px;
  }

  .usta-brand-main {
    font-size: 18px;
  }

  .usta-header-cta {
    padding: 9px 12px;
    font-size: 12px;
  }

  .usta-hero {
    padding: 48px 0;
  }

  .usta-hero h1 {
    font-size: 43px;
    letter-spacing: -2.4px;
  }

  .usta-hero-panel {
    padding: 18px;
  }

  .usta-quick-services a {
    grid-template-columns: 34px 1fr;
  }

  .usta-quick-services small {
    display: none;
  }

  .usta-section {
    padding: 48px 0;
  }

  .usta-section-heading {
    display: block;
  }

  .usta-section-heading p,
  .usta-section-heading > a {
    display: block;
    margin-top: 15px;
  }

  .usta-section-heading h2 {
    font-size: 29px;
  }

  .usta-service-grid,
  .usta-provider-grid {
    grid-template-columns: 1fr;
  }

  .usta-profile-card {
    grid-template-columns: 1fr;
  }

  .usta-profile-avatar {
    width: 78px;
    height: 78px;
    font-size: 30px;
  }

  .usta-footer-grid {
    grid-template-columns: 1fr;
  }

  .usta-footer-grid > div:last-child {
    text-align: left;
  }

}


/* ==========================================================
   OLAY_USTA_SUNSET_V2
   Sarı + Turuncu + Beyaz
   ========================================================== */

:root {
  --usta-orange: #ff6a00;
  --usta-orange-dark: #ed5b00;
  --usta-yellow: #ffbd20;
  --usta-yellow-soft: #fff4c9;
  --usta-cream: #fffaf0;
  --usta-ink: #151923;
  --usta-text: #555e6f;
  --usta-border: #f0dfc5;
}

body.usta-site {
  background: #ffffff;
  color: var(--usta-ink);
}

.usta-header {
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid #f2eee7;
  box-shadow: 0 3px 20px rgba(35,28,15,.035);
}

.usta-header-row {
  min-height: 80px;
}

.usta-brand-main {
  font-size: 24px;
  color: var(--usta-ink);
}

.usta-brand-main b {
  color: #e6351c;
}

.usta-brand-main span {
  color: var(--usta-orange);
}

.usta-brand small {
  padding: 6px 11px;
  background: var(--usta-yellow);
  color: #171717;
  border-radius: 7px;
}

.usta-nav a {
  color: #303642;
}

.usta-nav a:hover {
  color: var(--usta-orange);
}

.usta-header-cta {
  min-width: 122px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg,#ff6a00,#ff8200);
  box-shadow: 0 10px 26px rgba(255,106,0,.20);
}

.usta-header-cta:hover {
  transform: translateY(-1px);
}


/* HERO */

.usta-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 54px;

  background:
    radial-gradient(
      circle at 93% 18%,
      rgba(255,190,31,.85) 0,
      rgba(255,190,31,.48) 17%,
      rgba(255,190,31,.12) 35%,
      transparent 50%
    ),
    linear-gradient(
      115deg,
      #fffdf8 0%,
      #fff8e9 47%,
      #fff4ca 100%
    );

  color: var(--usta-ink);
}

.usta-hero::before {
  content: "";
  position: absolute;
  right: -170px;
  top: -230px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background:
    linear-gradient(
      145deg,
      rgba(255,177,0,.20),
      rgba(255,105,0,.16)
    );
  pointer-events: none;
}

.usta-hero::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: -115px;
  width: 310px;
  height: 310px;
  border: 2px solid rgba(255,126,0,.10);
  border-radius: 50%;
  pointer-events: none;
}

.usta-hero-grid {
  position: relative;
  z-index: 2;
  grid-template-columns: 1.03fr .97fr;
  gap: 52px;
}

.usta-hero .usta-eyebrow {
  display: inline-flex;
  padding: 9px 15px;
  margin-bottom: 20px;
  border: 1px solid #f3d4a5;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--usta-orange);
}

.usta-hero h1 {
  max-width: 680px;
  color: #12151c;
  font-size: clamp(43px,4.4vw,64px);
  line-height: 1.01;
  letter-spacing: -3px;
}

.usta-hero h1 em {
  color: var(--usta-orange);
  font-style: normal;
}

.usta-hero-copy > p {
  max-width: 650px;
  margin-top: 24px;
  color: #535c6d;
  font-size: 17px;
}

.usta-hero .usta-btn.primary {
  background: linear-gradient(135deg,#ff6a00,#ff8500);
  box-shadow: 0 11px 28px rgba(255,106,0,.18);
}

.usta-hero .usta-btn.secondary {
  border: 1px solid #f1cda6;
  background: rgba(255,255,255,.72);
  color: #262b35;
}

.usta-hero .usta-btn.secondary:hover {
  border-color: var(--usta-orange);
  color: var(--usta-orange);
}

.usta-trust-row {
  gap: 10px;
  margin-top: 25px;
}

.usta-trust-row .trust-pill {
  padding: 9px 13px;
  border: 1px solid #f3d5ad;
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  color: #5c6370;
}

.usta-trust-row b {
  color: var(--usta-orange);
}


/* HIZLI BAŞLA */

.usta-hero-panel {
  padding: 28px;
  border: 1px solid rgba(235,190,116,.72);
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 25px 70px rgba(110,76,15,.11);
  color: var(--usta-ink);
}

.usta-hero .usta-panel-label {
  color: var(--usta-orange);
}

.usta-hero-panel h2 {
  color: #20242d;
}

.usta-quick-services {
  gap: 8px;
}

.usta-quick-services a {
  border: 1px solid #f0e4d3;
  background: #fff;
  box-shadow: 0 5px 18px rgba(74,54,21,.055);
  transition:
    transform .15s ease,
    border-color .15s ease,
    box-shadow .15s ease;
}

.usta-quick-services a:hover {
  transform: translateX(3px);
  border-color: #ffc264;
  box-shadow: 0 10px 24px rgba(255,125,0,.10);
}

.usta-quick-services a > span {
  background: linear-gradient(135deg,#fff4c7,#ffe3aa);
  color: var(--usta-orange);
}

.usta-quick-services small {
  color: var(--usta-orange);
}


/* NEDEN OLAY NEDİR? USTA */

.usta-benefits {
  padding: 48px 0 52px;
  border-bottom: 1px solid #f1eee8;
  background: #fff;
}

.usta-benefits-heading {
  text-align: center;
  margin-bottom: 28px;
}

.usta-benefits-heading span {
  display: block;
  margin-bottom: 9px;
  color: var(--usta-orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 2px;
}

.usta-benefits-heading h2 {
  margin: 0;
  color: #161a22;
  font-size: 31px;
  letter-spacing: -1px;
}

.usta-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
}

.usta-benefit-grid article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding: 20px;
  border: 1px solid #f0e2ce;
  border-radius: 14px;
  background: linear-gradient(180deg,#fff,#fffdf9);
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(145deg,#ffbd20,#ff9d00);
  color: white;
  font-size: 19px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(255,151,0,.16);
}

.usta-benefit-grid h3 {
  margin: 2px 0 6px;
  font-size: 15px;
}

.usta-benefit-grid p {
  margin: 0;
  color: #6d7480;
  font-size: 12px;
  line-height: 1.55;
}


/* HİZMETLER */

.usta-section {
  background: #fff;
}

.usta-section-heading span {
  color: var(--usta-orange);
}

.usta-section-heading h2 {
  color: #171b23;
}

.usta-service-card {
  border-color: #f0dfc6;
  background: linear-gradient(150deg,#fff 45%,#fffaf0 100%);
}

.usta-service-card:hover {
  border-color: #ffc05a;
  box-shadow: 0 18px 40px rgba(255,122,0,.09);
}

.usta-service-no {
  color: var(--usta-orange);
}

.usta-service-card strong {
  color: var(--usta-orange);
}


/* USTA / FIRMA */

.usta-soft {
  background: #fffaf2;
}

.usta-provider-card {
  border-color: #f0dfca;
}

.usta-provider-card:hover {
  border-color: #ffc36c;
  box-shadow: 0 15px 38px rgba(255,122,0,.08);
}

.usta-provider-avatar,
.usta-profile-avatar {
  background: linear-gradient(145deg,#ffbd20,#ff6a00);
  color: #fff;
}

.usta-provider-type {
  color: var(--usta-orange);
}


/* BÖLGELER */

.usta-location {
  background: linear-gradient(180deg,#fffaf0,#fff7df);
}

.usta-districts span {
  border-color: #f1d9b5;
  background: #fff;
}

.usta-districts span:hover {
  border-color: var(--usta-orange);
  color: var(--usta-orange);
}


/* DİĞER SAYFALAR */

.usta-page-hero {
  background: linear-gradient(120deg,#fff7df,#fff2ba);
  color: #171b23;
}

.usta-page-hero p {
  color: #616978;
}

.usta-info-box {
  border-color: #f0dfca;
}


/* FOOTER */

.usta-footer {
  border-top: 1px solid #f0d7ad;
  background: linear-gradient(115deg,#ff8a00,#ffb300);
  color: #171717;
}

.usta-footer p {
  color: rgba(30,30,30,.72);
}

.usta-footer a:hover {
  color: white;
}


@media (max-width:980px) {
  .usta-benefit-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:640px) {

  .usta-header-row {
    min-height: 66px;
  }

  .usta-brand-main {
    font-size: 19px;
  }

  .usta-hero {
    padding: 40px 0 38px;
  }

  .usta-hero h1 {
    font-size: 42px;
    letter-spacing: -2.2px;
  }

  .usta-benefit-grid {
    grid-template-columns: 1fr;
  }

  .usta-benefits {
    padding: 38px 0;
  }
}


/* ==========================================================
   OLAY_USTA_REAL_SEARCH_V1
   ========================================================== */

.usta-search-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 22px 0 18px;
}

.usta-search-form label,
.usta-filter-bar label {
  display: grid;
  gap: 6px;
}

.usta-search-form label > span,
.usta-filter-bar label > span {
  color: #7c6546;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .6px;
}

.usta-search-form select,
.usta-filter-bar select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;

  border: 1px solid #efd8b7;
  border-radius: 9px;

  background: #fff;
  color: #20242d;

  font: inherit;
  font-size: 14px;

  outline: none;
}

.usta-search-form select:focus,
.usta-filter-bar select:focus {
  border-color: #ff9c24;
  box-shadow: 0 0 0 3px rgba(255,156,36,.10);
}

.usta-search-form button {
  min-height: 49px;
  align-self: end;

  border: 0;
  border-radius: 9px;

  background:
    linear-gradient(
      135deg,
      #ff6a00,
      #ff9500
    );

  color: white;

  font-size: 14px;
  font-weight: 800;

  cursor: pointer;
}

.usta-search-form button:hover {
  filter: brightness(.98);
}

.usta-popular-label {
  margin: 20px 0 9px;

  color: #9a7c54;

  font-size: 10px;
  font-weight: 850;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}


/* FILTER BAR */

.usta-filter-section {
  padding: 24px 0;

  border-bottom: 1px solid #f1e3ce;

  background: #fffaf1;
}

.usta-filter-bar {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 13px;
  align-items: end;

  padding: 18px;

  border: 1px solid #efdec4;
  border-radius: 14px;

  background: white;

  box-shadow:
    0 8px 28px rgba(91,61,18,.04);
}

.usta-filter-bar-search {
  grid-template-columns:
    minmax(180px,1.2fr)
    minmax(180px,1fr)
    minmax(160px,.8fr)
    auto;
}

.usta-filter-bar button {
  min-height: 48px;
  padding: 0 22px;

  border: 0;
  border-radius: 9px;

  background:
    linear-gradient(
      135deg,
      #ff6a00,
      #ff9500
    );

  color: white;

  font-size: 14px;
  font-weight: 800;

  cursor: pointer;
}

.usta-empty-search {
  padding: 38px;
  text-align: center;
}

.usta-empty-search strong {
  display: block;
  margin-bottom: 9px;

  color: #292e38;

  font-size: 18px;
}

.usta-empty-search p {
  margin: 0;

  color: #747b87;
}


/* HERO FORM ÇOK UZAMASIN */

.usta-hero-panel {
  align-self: center;
}

.usta-hero-panel .usta-quick-services {
  max-height: 225px;
  overflow: auto;
}


/* TABLET */

@media (max-width: 980px) {

  .usta-filter-bar,
  .usta-filter-bar-search {
    grid-template-columns: 1fr 1fr;
  }

  .usta-filter-bar button {
    min-height: 48px;
  }

}


/* MOBILE */

@media (max-width: 640px) {

  .usta-search-form,
  .usta-filter-bar,
  .usta-filter-bar-search {
    grid-template-columns: 1fr;
  }

  .usta-search-form button,
  .usta-filter-bar button {
    width: 100%;
  }

}
