/* İYİWEB v2 content and portal refinements */
.service-grid {
  gap: 18px;
  border: 0;
  background: transparent;
  overflow: visible;
}

.service-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #090909;
}

.service-card:last-child {
  border-right: 1px solid var(--line);
}

.service-card:hover {
  border-color: #56301d;
}

.capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
  padding-top: 32px;
}

.capability-list span {
  border: 1px solid #3a2a21;
  background: #17100c;
  color: #d7c2b6;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
}

.faq-section {
  background: linear-gradient(180deg, #070707, #0a0a0a);
}

.faq-list {
  max-width: 920px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0 4px;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 42px 24px 0;
  font-size: 19px;
  font-weight: 800;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 20px;
  color: var(--orange);
  font-size: 26px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  color: var(--muted);
  line-height: 1.75;
  max-width: 760px;
  margin: 0 0 25px;
}

.portal-switch {
  color: #777;
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
}

.portal-switch:hover {
  color: #fff;
}

.login-card-admin {
  border-color: #3e281d;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 90, 0, 0.12), transparent 35%),
    var(--surface);
}

.legal-updated {
  color: #777 !important;
  font-size: 13px;
}

@media (max-width: 1050px) {
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-card {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 720px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    gap: 10px;
  }

  .faq-list summary {
    font-size: 17px;
  }
}

/* Large-format, asymmetric IYIWEB art direction */
:root {
  --max: 1480px;
}

.container {
  width: min(var(--max), calc(100% - 80px));
}

.header-inner {
  height: 96px;
}

.brand {
  font-size: 34px;
}

.desktop-nav {
  gap: 44px;
}

.desktop-nav a,
.link-button {
  font-size: 16px;
}

.button {
  min-height: 58px;
  padding: 17px 25px;
  border-radius: 14px;
  font-size: 16px;
}

.button-sm {
  min-height: 48px;
  padding: 13px 19px;
}

.hero {
  min-height: calc(100svh - 20px);
}

.hero::before {
  content: "IYIWEB / 2026";
  position: absolute;
  z-index: 3;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  color: #696964;
  font: 700 11px/1 monospace;
  letter-spacing: 0.28em;
}

.hero-content {
  padding: 150px 0 180px;
}

.hero-copy {
  max-width: 1030px;
}

.hero h1 {
  max-width: 1050px;
  font-size: clamp(78px, 8.4vw, 138px);
  line-height: 0.86;
  margin: 34px 0 42px;
}

.hero .lead {
  max-width: 770px;
  font-size: 22px;
  line-height: 1.7;
}

.hero-actions {
  margin-top: 48px;
  gap: 16px;
}

.hero-proof {
  margin-top: 62px;
  gap: 34px;
  font-size: 15px;
}

.eyebrow {
  font-size: 13px;
  letter-spacing: 0.23em;
}

.eyebrow::before {
  width: 42px;
}

.signal-strip {
  overflow: hidden;
  border-bottom: 1px solid #3c2418;
  background: var(--orange);
  color: #090909;
}

.signal-strip > div {
  min-width: max-content;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 28px;
  animation: iyiwebSignal 28s linear infinite;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.signal-strip i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #090909;
}

@keyframes iyiwebSignal {
  to {
    transform: translateX(-25%);
  }
}

.section {
  padding: 150px 0;
}

.section-head {
  align-items: start;
  margin-bottom: 78px;
}

.section-head h2,
.statement h2,
.footer-cta h2 {
  max-width: 1050px;
  font-size: clamp(58px, 6.8vw, 104px);
  line-height: 0.92;
}

.section-head p {
  max-width: 540px;
  padding-top: 40px;
  font-size: 19px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  min-height: 540px;
  padding: 46px;
  border-radius: 26px;
}

.service-card:first-child {
  grid-column: 1 / -1;
  min-height: 420px;
  padding-right: 42%;
  background:
    linear-gradient(90deg, #0a0a0a 0 56%, rgba(10, 10, 10, 0.55)),
    radial-gradient(circle at 80% 40%, rgba(255, 90, 0, 0.45), transparent 27%),
    #0a0a0a;
}

.service-card::after {
  position: absolute;
  right: 24px;
  bottom: -42px;
  color: rgba(255, 255, 255, 0.035);
  font-size: 190px;
  font-weight: 950;
  letter-spacing: -0.09em;
}

.service-card:nth-child(1)::after {
  content: "01";
}
.service-card:nth-child(2)::after {
  content: "02";
}
.service-card:nth-child(3)::after {
  content: "03";
}
.service-card:nth-child(4)::after {
  content: "04";
}

.service-index {
  font-size: 14px;
}

.service-icon {
  width: 78px;
  height: 78px;
  margin: 68px 0 38px;
  border-radius: 22px;
}

.service-card:first-child .service-icon {
  margin-top: 46px;
}

.service-card h3 {
  max-width: 470px;
  font-size: 37px;
  line-height: 1.02;
}

.service-card p {
  max-width: 560px;
  font-size: 17px;
}

.text-link {
  font-size: 16px;
}

.statement {
  padding: 145px 0;
}

.statement-grid {
  grid-template-columns: 1.4fr 0.6fr;
}

.statement p {
  font-size: 22px;
}

.process-grid {
  gap: 32px;
}

.process-item {
  padding: 38px 0;
}

.process-item h3 {
  font-size: 30px;
}

.process-item p {
  font-size: 16px;
}

.project-showcase {
  min-height: 760px;
  grid-template-columns: 0.9fr 1.1fr;
  border-radius: 30px;
}

.project-copy {
  padding: 70px;
}

.project-copy h3 {
  font-size: 66px;
}

.project-copy p {
  font-size: 19px;
}

.ui-body {
  min-height: 480px;
}

.ui-stat {
  padding: 22px;
}

.ui-stat strong {
  font-size: 28px;
}

.chart {
  height: 245px;
}

.trust-card {
  min-height: 390px;
  padding: 46px;
  border-radius: 26px;
}

.trust-card h3 {
  font-size: 31px;
  margin-top: 70px;
}

.trust-card p {
  font-size: 17px;
}

.page-hero {
  padding: 190px 0 130px;
}

.page-hero h1 {
  max-width: 1200px;
  font-size: clamp(76px, 8.5vw, 132px);
}

.page-hero p {
  max-width: 850px;
  font-size: 22px;
}

.content-card {
  min-height: 430px;
  padding: 48px;
  border-radius: 26px;
}

.content-card h2,
.content-card h3 {
  font-size: 40px;
}

.content-card p,
.legal p,
.legal li {
  font-size: 17px;
}

.project-thumb {
  height: 410px;
}

.project-card-copy {
  padding: 42px;
}

.project-card-copy h3 {
  font-size: 37px;
}

.form-aside,
.form-panel {
  padding: 68px;
}

.form-aside h2 {
  font-size: 62px;
}

.input,
.select,
.textarea {
  padding: 18px 19px;
  font-size: 16px;
}

.login-card {
  width: min(640px, 100%);
  padding: 58px;
  border-radius: 30px;
}

.login-card h1 {
  font-size: 56px;
}

.login-card p {
  font-size: 17px;
}

.faq-list {
  max-width: 1100px;
}

.faq-list summary {
  padding: 32px 55px 32px 0;
  font-size: 25px;
}

.faq-list p {
  font-size: 18px;
}

.footer-cta {
  padding: 120px 0;
}

.footer-grid {
  padding: 80px 0;
}

@media (max-width: 1150px) {
  .container {
    width: min(100% - 48px, var(--max));
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-card:first-child {
    grid-column: 1 / -1;
  }
  .service-card:nth-child(4) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, var(--max));
  }
  .header-inner {
    height: 76px;
  }
  .brand {
    font-size: 28px;
  }
  .hero::before {
    display: none;
  }
  .hero {
    min-height: 820px;
  }
  .hero-content {
    padding: 105px 0 120px;
  }
  .hero h1 {
    font-size: clamp(60px, 17vw, 82px);
    line-height: 0.89;
  }
  .hero .lead {
    font-size: 18px;
  }
  .hero-proof {
    font-size: 14px;
  }
  .signal-strip > div {
    min-height: 62px;
    font-size: 15px;
  }
  .section {
    padding: 100px 0;
  }
  .section-head h2,
  .statement h2,
  .footer-cta h2 {
    font-size: 54px;
  }
  .section-head p {
    padding-top: 10px;
    font-size: 17px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card,
  .service-card:first-child,
  .service-card:nth-child(4) {
    grid-column: auto;
    min-height: 470px;
    padding: 34px;
  }
  .service-card:first-child {
    padding-right: 34px;
  }
  .service-card h3 {
    font-size: 34px;
  }
  .statement-grid {
    grid-template-columns: 1fr;
  }
  .project-showcase {
    min-height: 0;
  }
  .project-copy {
    padding: 38px;
  }
  .project-copy h3 {
    font-size: 46px;
  }
  .trust-card {
    min-height: 330px;
    padding: 34px;
  }
  .page-hero {
    padding: 135px 0 90px;
  }
  .page-hero h1 {
    font-size: 62px;
  }
  .page-hero p {
    font-size: 18px;
  }
  .content-card {
    min-height: 360px;
    padding: 34px;
  }
  .form-aside,
  .form-panel {
    padding: 36px;
  }
  .form-aside h2 {
    font-size: 47px;
  }
  .login-card {
    padding: 36px 28px;
  }
  .login-card h1 {
    font-size: 44px;
  }
}
