/*
Theme Name: Ali Can Arı
Theme URI: https://alicanari.com/
Author: Ali Can Arı
Author URI: https://alicanari.com/
Description: Ali Can Arı kişisel marka, hizmet ve ürün portföyü için hızlı ve erişilebilir özel tema.
Version: 1.1.1
Requires at least: 7.0
Requires PHP: 8.2
Text Domain: alicanari
*/

:root {
  --aca-navy-950: #06132f;
  --aca-navy-900: #0b1d45;
  --aca-navy-800: #122b60;
  --aca-blue: #1b63d9;
  --aca-orange: #ff6b00;
  --aca-orange-2: #ff8a22;
  --aca-ink: #10172a;
  --aca-muted: #64708a;
  --aca-soft: #f3f6fb;
  --aca-paper: #ffffff;
  --aca-line: #dde4ef;
  --aca-radius: 24px;
  --aca-shadow: 0 28px 80px rgba(11, 29, 69, .14);
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: hidden; color: var(--aca-ink); background: var(--aca-paper); font-family: "Segoe UI", Inter, -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.6; text-rendering: optimizeLegibility; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; width: auto; height: auto; clip: auto; padding: .7rem 1rem; background: #fff; color: var(--aca-navy-900); border-radius: 10px; box-shadow: var(--aca-shadow); }
.site-shell { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; z-index: 50; top: 0; color: #fff; background: rgba(11, 29, 69, .94); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.brand-mark { width: 48px; aspect-ratio: 1; border-radius: 15px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--aca-orange-2), var(--aca-orange)); font-weight: 900; letter-spacing: -.08em; font-size: .76rem; box-shadow: 0 12px 30px rgba(255, 107, 0, .28); }
.brand-name { display: grid; font-weight: 800; letter-spacing: -.02em; line-height: 1.05; }
.brand-name small { margin-top: 5px; color: #9eacca; font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.site-nav a { color: #c5cfe3; text-decoration: none; font-weight: 650; font-size: .93rem; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; padding: 0 18px; color: var(--aca-navy-900); background: #fff; border-radius: 999px; text-decoration: none; font-weight: 800; }

.home-hero { color: #fff; overflow: hidden; background: var(--aca-navy-900); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(42px, 7vw, 90px); padding-block: 84px 92px; }
.hero-copy { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--aca-orange); text-transform: uppercase; letter-spacing: .14em; font-weight: 850; font-size: .76rem; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #36d399; box-shadow: 0 0 0 6px rgba(54, 211, 153, .12); }
h1, h2, h3 { line-height: 1.08; }
h1 { max-width: 12ch; margin: 22px 0; overflow-wrap: break-word; font-size: clamp(3rem, 6.7vw, 6.7rem); letter-spacing: -.065em; }
.lead { max-width: 62ch; margin: 0; color: #bdc8dc; font-size: clamp(1.05rem, 1.6vw, 1.27rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid var(--aca-line); border-radius: 14px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--aca-orange-2), var(--aca-orange)); border-color: transparent; box-shadow: 0 16px 34px rgba(255, 107, 0, .24); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.055); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; color: #91a1bf; font-size: .9rem; }
.hero-meta a { text-decoration: none; }

.product-canvas { position: relative; min-height: 520px; isolation: isolate; }
.canvas-glow { position: absolute; z-index: -2; inset: 13% 8%; border-radius: 50%; background: radial-gradient(circle, rgba(27,99,217,.48), transparent 67%); filter: blur(24px); }
.canvas-card { position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; box-shadow: 0 35px 80px rgba(0,0,0,.32); backdrop-filter: blur(16px); }
.canvas-card-main { inset: 8% 5% 13% 10%; padding: 34px; background: linear-gradient(145deg, rgba(26,60,127,.92), rgba(6,19,47,.96)); transform: rotate(2deg); }
.canvas-topline { display: flex; justify-content: space-between; gap: 18px; color: #94a7cb; font-size: .66rem; letter-spacing: .14em; font-weight: 800; }
.live-pill { padding: 4px 9px; color: #bdf9df; border-radius: 999px; background: rgba(54,211,153,.13); }
.canvas-title { margin-top: 80px; font-size: clamp(2.3rem, 4.8vw, 4.7rem); font-weight: 850; line-height: .9; letter-spacing: -.06em; }
.canvas-bars { position: absolute; right: 32px; bottom: 32px; display: flex; align-items: end; gap: 8px; height: 70px; }
.canvas-bars i { width: 12px; height: 35%; background: var(--aca-orange); border-radius: 7px; }
.canvas-bars i:nth-child(2) { height: 70%; background: #fff; }
.canvas-bars i:nth-child(3) { height: 100%; background: #3f86f5; }
.canvas-card-code { z-index: 3; right: -3%; bottom: 0; width: 52%; padding: 20px 24px; background: rgba(5,15,37,.94); transform: rotate(-4deg); }
.code-dot { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--aca-orange); }
.code-dot:nth-child(2) { background: #f5c451; }
.code-dot:nth-child(3) { background: #36d399; }
.canvas-card-code code { display: block; margin-top: 18px; color: #b8c9e8; font-size: clamp(.72rem, 1.2vw, .92rem); line-height: 1.7; }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit-one { width: 180px; height: 180px; right: -5%; top: 3%; }
.orbit-two { width: 76px; height: 76px; left: 0; bottom: 5%; background: var(--aca-orange); border: 12px solid rgba(255,255,255,.08); }

.expertise-strip { border-bottom: 1px solid var(--aca-line); background: #fff; }
.expertise-list { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; overflow-x: auto; color: #6d7890; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.expertise-list span + span::before { content: "•"; margin-right: 24px; color: var(--aca-orange); }

.section { padding-block: 112px; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 64px; }
.section h2, .dark-band h2 { margin: 14px 0 0; font-size: clamp(2.25rem, 4.6vw, 4.8rem); letter-spacing: -.055em; }
.section-heading p { margin: 0; color: var(--aca-muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.service-card { position: relative; min-height: 300px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--aca-line); border-radius: var(--aca-radius); background: #fff; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(255,107,0,.5); box-shadow: var(--aca-shadow); }
.service-number { color: var(--aca-orange); font-weight: 850; font-size: .78rem; letter-spacing: .12em; }
.service-card h3 { margin: 44px 0 12px; font-size: 1.45rem; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--aca-muted); }
.service-card a { margin-top: auto; padding-top: 26px; color: var(--aca-navy-900); text-decoration: none; font-weight: 800; }
.service-card:last-child { color: #fff; border-color: var(--aca-navy-900); background: var(--aca-navy-900); }
.service-card:last-child p, .service-card:last-child a { color: #c3cee2; }

.dark-band { color: #fff; background: var(--aca-navy-950); padding-block: 112px; }
.outcome-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.outcome-list { border-top: 1px solid rgba(255,255,255,.16); }
.outcome-list article { display: grid; grid-template-columns: 46px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.outcome-list article > span { color: var(--aca-orange); font-weight: 850; }
.outcome-list h3 { margin: 0 0 8px; font-size: 1.3rem; }
.outcome-list p { margin: 0; color: #9eacca; }

.process-section > h2 { max-width: 15ch; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 50px 0 0; padding: 1px; list-style: none; background: var(--aca-line); border: 1px solid var(--aca-line); border-radius: var(--aca-radius); overflow: hidden; }
.process-grid li { min-height: 230px; padding: 28px; background: #fff; }
.process-grid span { color: var(--aca-orange); font-size: .78rem; font-weight: 850; }
.process-grid h3 { margin: 38px 0 9px; }
.process-grid p { margin: 0; color: var(--aca-muted); }

.about-panel { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; padding-inline: clamp(28px, 5vw, 70px); border-radius: 36px; color: #fff; background: linear-gradient(135deg, var(--aca-navy-900), #16346f); }
.about-mark { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.025)); color: var(--aca-orange); font-size: clamp(3.4rem, 9vw, 8rem); font-weight: 900; letter-spacing: -.09em; box-shadow: inset 0 1px rgba(255,255,255,.18); }
.about-panel h2 { max-width: 17ch; }
.about-panel p { max-width: 65ch; color: #bdc8dc; }
.text-link { display: inline-flex; gap: 9px; margin-top: 14px; color: #fff; text-decoration: none; font-weight: 850; }

.final-cta { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; }
.final-cta h2 { max-width: 15ch; }
.final-actions { display: grid; justify-items: start; gap: 12px; }
.final-actions > a:not(.button) { color: var(--aca-muted); text-decoration: none; font-weight: 700; }

.content { width: min(860px, calc(100% - 40px)); min-height: 55vh; margin: 0 auto; padding-block: 90px 130px; }
.content h1 { max-width: none; margin-top: 0; color: var(--aca-navy-900); font-size: clamp(2.5rem, 6vw, 5rem); }
.content :where(h2,h3) { margin-top: 2.2em; color: var(--aca-navy-900); }
.content p, .content li { color: #46516a; }

.site-footer { color: #fff; background: var(--aca-navy-950); }
.footer-main { display: grid; grid-template-columns: 1.5fr .55fr .7fr .9fr; gap: 50px; padding-block: 74px; }
.footer-brand h2 { max-width: 18ch; margin: 25px 0 12px; font-size: clamp(1.65rem, 2.6vw, 2.5rem); letter-spacing: -.035em; }
.footer-brand p { color: #8494b3; }
.footer-nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-nav strong, .footer-contact strong { margin-bottom: 7px; color: #fff; }
.footer-nav a, .footer-contact a { color: #91a1bf; text-decoration: none; font-size: .9rem; }
.footer-nav a:hover, .footer-contact a:hover { color: #fff; }
.footer-bottom { min-height: 68px; display: flex; justify-content: space-between; align-items: center; gap: 24px; color: #71809d; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }

@media (max-width: 1050px) {
  .site-nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .site-shell { width: min(calc(100% - 28px), 1220px); }
  .header-inner { min-height: 70px; }
  .brand-name small { display: none; }
  .header-cta { min-height: 40px; padding: 0 14px; font-size: .82rem; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 62px 78px; }
  h1 { max-width: 100%; font-size: clamp(2.7rem, 12.8vw, 4.1rem); letter-spacing: -.052em; }
  .lead { font-size: 1rem; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .actions .button { width: 100%; }
  .product-canvas { min-height: 390px; }
  .canvas-card-main { inset: 4% 2% 14% 2%; }
  .canvas-card-code { right: 0; width: 58%; }
  .section { padding-block: 78px; }
  .section-heading, .outcome-grid, .about-panel, .final-cta { grid-template-columns: 1fr; gap: 36px; }
  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .dark-band { padding-block: 78px; }
  .about-panel { width: calc(100% - 28px); padding: 32px; border-radius: 26px; }
  .about-mark { max-width: 260px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
}

@media (max-width: 430px) {
  .brand-mark { width: 42px; border-radius: 13px; }
  .brand-name { font-size: .9rem; }
  .header-cta { display: none; }
  .hero-meta { display: grid; gap: 6px; }
  .expertise-list { min-height: 70px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-nav, .footer-contact { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
