/* archdocu stylesheet generated from live selector coverage. */
:root { --teal: #1B7C83; --teal-dark: #124f54; --teal-glow: #151515; --teal-mid: #2a939b; --teal-light: #e8f5f6; --ink: #080d0e; --ink-soft: #0f1a1b; --smoke: #f5f4f1; --mist: #eceae6; --warm-white: #faf9f7; --body: #3d4a4a; --muted: #adadad; --border: rgba(15, 23, 42, 0.08); --border-strong: rgba(15, 23, 42, 0.16); --border-glow: inset 0 1px 1px rgba(255, 255, 255, 0.9); --fs-xs: 0.75rem; --fs-sm: 0.875rem; --fs-base: 1rem; --fs-md: 1.05rem; --fs-lg: 1.15rem; --fs-xl: 1.35rem; --label: 1rem; --label-ls: 0.18em; }
*, ::before, ::after { box-sizing: border-box; margin: 0px; padding: 0px; }
html { scroll-behavior: smooth; }
p { font-weight: 200 !important; }
body { font-family: Manrope, sans-serif; background: var(--warm-white); color: var(--ink); -webkit-font-smoothing: antialiased; overflow-x: hidden; cursor: auto; line-height: 1.85; }
.cursor { position: fixed; width: 10px; height: 10px; background: var(--teal); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%, -50%); transition: transform 0.1s, width 0.3s, height 0.3s, background 0.3s; mix-blend-mode: multiply; }
.cursor-ring { position: fixed; width: 36px; height: 36px; border: 1.5px solid var(--teal); border-radius: 50%; pointer-events: none; z-index: 9998; transform: translate(-50%, -50%); transition: transform 0.08s, width 0.3s, height 0.3s, opacity 0.3s; opacity: 0.4; }
body::before { content: ""; position: fixed; inset: 0px; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E"); pointer-events: none; z-index: 9997; opacity: 0.35; }
nav { position: fixed; top: 0px; left: 0px; right: 0px; z-index: 500; padding: 0px; transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1); background: transparent; }
.nav-logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.dropdown-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px); background: var(--smoke); border: 1px solid var(--border); border-radius: 12px; padding: 1rem; min-width: 200px; box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 40px; opacity: 0; visibility: hidden; transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1); display: flex; flex-direction: column; gap: 0.5rem; z-index: 1000; }
.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0px); }
.dropdown-menu a { padding: 0.6rem 1rem; border-radius: 8px; white-space: nowrap; font-size: 0.85rem !important; text-transform: none !important; letter-spacing: 0px !important; }
.dropdown-menu a:hover { background: var(--teal-light); color: var(--teal) !important; }
.container { max-width: 1380px; margin: 0px auto; padding: 0px 3rem; }
.section { padding: 8rem 0px; }
.section-h2 { font-family: Manrope, sans-serif; font-size: clamp(2.75rem, 5vw, 4.5rem); line-height: 1.02; letter-spacing: -0.03em; color: var(--ink); font-weight: 800; }
.section-h2 em { font-style: italic; color: var(--teal); }
.section-sub { font-size: var(--fs-md); color: var(--body); line-height: 1.85; font-weight: 800; max-width: 400px; }
.status-dot { width: 5px; height: 5px; background: var(--teal); border-radius: 50%; animation: 2s ease 0s infinite normal none running pulse-green; }
footer { background: var(--smoke); padding: 8rem 0px 3rem; position: relative; overflow: hidden; border-top: 1px solid var(--border); }
footer::after { content: "KEHEM IT"; position: absolute; bottom: -5vw; left: 50%; transform: translateX(-50%); font-family: Manrope, sans-serif; font-size: 28vw; font-weight: 800; color: rgba(15, 171, 188, 0.02); white-space: nowrap; pointer-events: none; z-index: 1; line-height: 1; letter-spacing: -0.04em; }
.footer-logo { display: flex; align-items: center; gap: 1rem; text-decoration: none; margin-bottom: 1.5rem; }
.footer-logo-mark { width: 44px; height: 44px; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); border-radius: 12px; display: flex; align-items: center; justify-content: center; box-shadow: rgba(15, 171, 188, 0.2) 0px 10px 20px; }
.footer-desc { font-size: 1.1rem; color: var(--body); line-height: 1.9; max-width: 300px; font-weight: 500; }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 2.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; position: relative; z-index: 2; }
.footer-copy { font-size: 1rem; font-weight: 600; color: var(--muted); }
.toast { position: fixed; bottom: 2rem; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--ink); color: var(--warm-white); border-radius: 100px; padding: 1rem 2rem; font-size: var(--fs-sm); font-weight: 500; box-shadow: rgba(0, 0, 0, 0.25) 0px 16px 48px; opacity: 0; pointer-events: none; transition: opacity 0.3s, transform 0.3s; z-index: 999; white-space: nowrap; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0px); }
@media (max-width: 1100px) {.container { padding: 0px 2rem; }}
@media (max-width: 600px) {.container { padding: 0px 1.5rem; }
.section { padding: 5.5rem 0px; }}
@media (max-width: 700px) {.actions { flex-direction: column; align-items: flex-start; }}
.apple-head .section-h2 { font-size: 64px; line-height: 1.02; letter-spacing: -2.5px; font-weight: 600; color: rgb(15, 23, 32); }
.apple-head .section-h2 em { font-style: italic; font-weight: 500; color: rgb(27, 124, 131); }
.apple-head .section-sub { max-width: 520px; font-size: 20px; line-height: 1.8; color: rgb(102, 112, 133); }
@media (max-width: 1100px) {.apple-head .section-h2 { font-size: 52px; }}
@media (max-width: 768px) {.apple-head .section-h2 { font-size: 40px; }
.apple-head .section-sub { font-size: 17px; }}
.why-left .section-h2 { font-size: 64px; line-height: 1.02; letter-spacing: -2.4px; font-weight: 600; margin-top: 18px; color: rgb(15, 23, 32); }
.why-left .section-h2 em { color: rgb(27, 124, 131); font-style: italic; font-weight: 500; }
@media (max-width: 1100px) {.why-left .section-h2 { font-size: 52px; }}
@media (max-width: 768px) {.why-left .section-h2 { font-size: 40px; }}
.apple-project-head .section-h2 { font-size: 64px; line-height: 1.02; letter-spacing: -2.5px; font-weight: 600; color: rgb(16, 24, 40); margin-top: 16px; }
.apple-project-head .section-h2 em { color: rgb(27, 124, 131); font-style: italic; font-weight: 500; }
@media (max-width: 1180px) {.apple-project-head .section-h2 { font-size: 52px; }}
@media (max-width: 768px) {.apple-project-head .section-h2 { font-size: 40px; }}
.cta-btn-primary { display: inline-flex; align-items: center; gap: 10px; padding: 18px 30px; border-radius: 999px; background: rgb(27, 124, 131); color: rgb(255, 255, 255); font-weight: 600; text-decoration: none; transition: 0.35s; box-shadow: rgba(27, 124, 131, 0.2) 0px 18px 35px; }
.cta-btn-primary:hover { transform: translateY(-4px); }
@media (max-width: 768px) {.cta-btn-primary, .cta-btn-ghost { width: 100%; justify-content: center; }}
.footer-apple { padding: 100px 0px 40px; background: radial-gradient(circle at right top, rgba(27, 124, 131, 0.06), transparent 30%), linear-gradient(rgb(15, 23, 32), rgb(9, 16, 24)); color: rgb(255, 255, 255); }
.footer-top { display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; align-items: start; }
.footer-logo { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; color: rgb(255, 255, 255); font-size: 28px; letter-spacing: -1px; font-weight: 600; }
.footer-logo-mark { width: 44px; height: 44px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgb(27, 124, 131), rgb(19, 94, 99)); color: rgb(255, 255, 255); box-shadow: rgba(27, 124, 131, 0.25) 0px 12px 30px; }
.footer-desc { margin-top: 24px; max-width: 480px; font-size: 17px; line-height: 1.9; color: rgba(255, 255, 255, 0.68); }
.footer-status { margin-top: 28px; display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 999px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.08); color: rgb(255, 255, 255); font-size: 14px; font-weight: 600; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: rgb(53, 208, 127); box-shadow: rgba(53, 208, 127, 0.12) 0px 0px 0px 8px; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-col h4 { font-size: 14px; letter-spacing: 1.8px; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); margin-bottom: 24px; font-weight: 700; }
.footer-col a { display: block; margin-bottom: 14px; text-decoration: none; color: rgba(255, 255, 255, 0.82); font-size: 16px; transition: 0.3s; }
.footer-col a:hover { color: rgb(255, 255, 255); transform: translateX(4px); }
.footer-line { height: 1px; background: rgba(255, 255, 255, 0.08); margin: 70px 0px 28px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-copy { color: rgba(255, 255, 255, 0.55); font-size: 15px; }
.footer-socials { display: flex; gap: 12px; }
.social-btn { width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgb(255, 255, 255); text-decoration: none; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.07); transition: 0.35s; }
.social-btn:hover { transform: translateY(-4px); background: rgb(27, 124, 131); border-color: rgb(27, 124, 131); }
@media (max-width: 1100px) {.footer-top { grid-template-columns: 1fr; gap: 55px; }
.footer-grid { grid-template-columns: repeat(2, 1fr); }}
@media (max-width: 768px) {.footer-apple { padding: 70px 0px 30px; }
.footer-logo { font-size: 24px; }
.footer-desc { font-size: 16px; }
.footer-grid { grid-template-columns: 1fr; gap: 26px; }
.footer-line { margin: 45px 0px 24px; }
.footer-bottom { flex-direction: column; align-items: flex-start; }}
.engage-head .section-h2 { margin-top: 16px; font-size: 64px; line-height: 1.02; letter-spacing: -2.5px; font-weight: 600; color: rgb(16, 24, 40); }
.engage-head .section-h2 em { color: rgb(27, 124, 131); font-style: italic; font-weight: 500; }
@media (max-width: 1100px) {.engage-head .section-h2 { font-size: 52px; }}
.services-list-apple .service-row, .engagement-apple .engage-card, .values-apple .value-card, .timeline-apple .timeline-card, .apple-case-details .story-block, .apple-metrics-section .metric-card { background: transparent !important; border-width: 0px 0px 1px !important; border-style: none none solid !important; border-color: currentcolor currentcolor rgba(15, 23, 42, 0.1) !important; border-image: none !important; border-radius: 0px !important; box-shadow: none !important; backdrop-filter: none !important; }
@media (max-width: 768px) {.engage-head .section-h2 { font-size: 40px; }}
.case-card.reverse .case-visual { order: 2; }
.case-card.reverse .case-content { order: 1; }
.case-visual { display: flex; align-items: center; justify-content: center; padding: 50px; position: relative; }
.case-visual img { max-width: 260px; max-height: 260px; width: 100%; object-fit: contain; filter: drop-shadow(rgba(0, 0, 0, 0.08) 0px 18px 35px); }
.case-content { padding: 60px; display: flex; flex-direction: column; justify-content: center; }
.case-title { margin-top: 22px; font-size: 52px; line-height: 1; letter-spacing: -2px; color: rgb(16, 24, 40); font-weight: 600; }
@media (max-width: 1100px) {.case-card.reverse .case-visual, .case-card.reverse .case-content { order: unset; }
.case-visual { min-height: 320px; }
.case-content { padding: 42px; }
.case-title { font-size: 42px; }}
@media (max-width: 768px) {.case-visual { min-height: 240px; padding: 32px; }
.case-visual img { max-width: 180px; max-height: 180px; }
.case-content { padding: 28px; }
.case-title { font-size: 34px; letter-spacing: -1px; }}
.cta-btn-primary, .cta-btn-secondary { text-decoration: none; padding: 16px 26px; border-radius: 999px; font-size: 15px; font-weight: 700; transition: 0.35s; }
.cta-btn-primary { background: rgb(16, 24, 40); color: rgb(255, 255, 255); box-shadow: rgba(16, 24, 40, 0.16) 0px 14px 30px; }
.cta-btn-primary:hover { transform: translateY(-3px); background: rgb(27, 124, 131); }
@media (max-width: 768px) {.cta-btn-primary, .cta-btn-secondary { width: 100%; padding: 15px 20px; }}
:root { --bg: #f5f5f7; --card: #ffffff; --text: #1d1d1f; --muted: #6e6e73; --line: #e5e5ea; --brand: #1B7C83; --brand-dark: #14666c; --shadow: 0 20px 60px rgba(0, 0, 0, .08); }
.section { padding: 140px 0px; background: linear-gradient(rgb(255, 255, 255) 0%, rgb(245, 245, 247) 100%); }
.container { max-width: 1320px; margin: auto; padding: 0px 32px; }
@media (max-width: 768px) {.section { padding: 100px 0px; }
.container { padding: 0px 20px; }}
:root { --bg: #f5f5f7; --white: #ffffff; --text: #1d1d1f; --muted: #6e6e73; --line: #e5e5ea; --brand: #1B7C83; --brand-soft: #eef7f7; --shadow: 0 20px 60px rgba(0, 0, 0, .07); }
.container { max-width: 1320px; margin: auto; padding: 0px 32px; }
.mini-label { display: inline-block; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand); margin-bottom: 14px; }
@media (max-width: 768px) {.container { padding: 0px 20px; }}
.apple-case-hero { min-height: 88vh; display: flex; align-items: center; padding: 140px 0px 90px; background: radial-gradient(circle at left top, rgba(27, 124, 131, 0.06), transparent 28%), radial-gradient(circle at right bottom, rgba(27, 124, 131, 0.05), transparent 26%), linear-gradient(rgb(255, 255, 255) 0%, rgb(245, 245, 247) 100%); }
.container { max-width: 1320px; margin: auto; padding: 0px 32px; }
.case-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.case-label { display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand); margin-bottom: 22px; }
.case-title { font-size: clamp(4rem, 9vw, 7rem); line-height: 0.95; letter-spacing: -0.06em; font-weight: 700; color: var(--text); margin: 0px; }
.case-subtitle { font-size: 1.25rem; line-height: 1.8; color: var(--muted); max-width: 580px; margin: 28px 0px 34px; }
.case-tags { display: flex; flex-wrap: wrap; gap: 14px; }
.case-tags span { padding: 12px 18px; border-radius: 999px; background: rgba(255, 255, 255, 0.7); border: 1px solid rgba(255, 255, 255, 0.85); backdrop-filter: blur(14px); color: var(--text); font-size: 0.95rem; font-weight: 700; box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 24px; }
.case-visual { display: flex; justify-content: center; }
.logo-shell { width: 100%; max-width: 520px; aspect-ratio: 1 / 1; border-radius: 42px; background: rgba(255, 255, 255, 0.72); border: 1px solid rgba(255, 255, 255, 0.88); backdrop-filter: blur(24px); box-shadow: var(--shadow); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; transition: 0.4s; }
.logo-shell::before { content: ""; position: absolute; inset: 0px; background: radial-gradient(circle at 30% 30%, rgba(27, 124, 131, 0.08), transparent 30%), radial-gradient(circle at 70% 70%, rgba(27, 124, 131, 0.06), transparent 28%); }
.logo-shell:hover { transform: translateY(-8px); box-shadow: rgba(0, 0, 0, 0.1) 0px 35px 80px; }
.logo-shell img { width: 220px; max-width: 60%; position: relative; z-index: 2; }
@media (max-width: 1100px) {.case-hero-grid { grid-template-columns: 1fr; gap: 50px; }
.case-content { text-align: center; }
.case-subtitle { margin-left: auto; margin-right: auto; }
.case-tags { justify-content: center; }}
@media (max-width: 768px) {.apple-case-hero { min-height: auto; padding: 120px 0px 70px; }
.container { padding: 0px 20px; }
.case-title { font-size: 3.4rem; }
.case-subtitle { font-size: 1.05rem; }
.logo-shell { border-radius: 28px; max-width: 100%; }
.logo-shell img { width: 160px; }}
.apple-case-details { padding: 120px 0px; background: radial-gradient(circle at left top, rgba(27, 124, 131, 0.04), transparent 28%), linear-gradient(rgb(255, 255, 255) 0%, rgb(245, 245, 247) 100%); }
.container { max-width: 1320px; margin: auto; padding: 0px 32px; }
.case-layout { display: grid; grid-template-columns: 1.45fr 0.85fr; gap: 64px; align-items: start; }
.story-block { margin-bottom: 70px; }
.mini-label { display: inline-block; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand); margin-bottom: 18px; }
.story-block h2 { margin: 0px; font-size: clamp(2.2rem, 5vw, 3.5rem); line-height: 1.05; letter-spacing: -0.04em; color: var(--text); font-weight: 700; }
.story-block h2 em { font-style: normal; color: var(--brand); }
.story-block p { margin: 24px 0px 0px; font-size: 1.15rem; line-height: 1.95; color: var(--muted); max-width: 820px; }
.feature-list { list-style: none; padding: 0px; margin: 26px 0px 0px; display: grid; gap: 14px; }
.feature-list li { background: rgba(255, 255, 255, 0.78); border: 1px solid rgba(255, 255, 255, 0.9); backdrop-filter: blur(14px); padding: 18px 20px; border-radius: 18px; color: var(--text); font-weight: 600; box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 25px; }
.case-image { width: 100%; margin-top: 28px; border-radius: 28px; display: block; box-shadow: var(--shadow); border: 1px solid rgba(255, 255, 255, 0.8); }
.case-sidebar { position: sticky; top: 100px; }
.sidebar-card { background: rgba(255, 255, 255, 0.75); border: 1px solid rgba(255, 255, 255, 0.88); backdrop-filter: blur(20px); border-radius: 30px; padding: 34px; box-shadow: var(--shadow); }
.sidebar-card h3 { margin: 0px 0px 26px; font-size: 1.6rem; letter-spacing: -0.03em; color: var(--text); }
.meta-row { display: flex; justify-content: space-between; gap: 18px; padding: 16px 0px; border-bottom: 1px solid var(--line); }
.meta-row span { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); font-weight: 700; }
.meta-row strong { font-size: 0.98rem; color: var(--text); text-align: right; }
.meta-stack { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.meta-stack span { padding: 10px 14px; border-radius: 999px; background: var(--soft); color: var(--brand); font-size: 0.85rem; font-weight: 700; }
@media (max-width: 1100px) {.case-layout { grid-template-columns: 1fr; }
.case-sidebar { position: relative; top: auto; }}
@media (max-width: 768px) {.apple-case-details { padding: 90px 0px; }
.container { padding: 0px 20px; }
.story-block { margin-bottom: 55px; }
.story-block h2 { font-size: 2.2rem; }
.story-block p { font-size: 1.02rem; }
.sidebar-card { padding: 26px; border-radius: 24px; }
.case-image { border-radius: 22px; }}
.apple-results { padding: 120px 0px; background: var(--bg); }
.container { width: min(1280px, 92%); margin: auto; }
.results-card { background: radial-gradient(circle at top right, rgba(125, 211, 252, .12), transparent 30%),
                radial-gradient(circle at bottom left, rgba(255, 255, 255, .04), transparent 35%),
                var(--card); border-radius: 42px; padding: 90px 70px; text-align: center; box-shadow: var(--shadow); overflow: hidden; position: relative; }
.results-label { display: inline-block; font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); font-weight: 600; margin-bottom: 22px; }
.results-title { margin: 0px; font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1.02; letter-spacing: -0.05em; font-weight: 700; color: var(--text); }
.results-title span { color: var(--accent); }
.results-subtitle { max-width: 720px; margin: 24px auto 0px; font-size: 1.12rem; line-height: 1.8; color: var(--muted); }
.results-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.result-item { background: rgba(255, 255, 255, 0.03); border: 1px solid var(--line); border-radius: 30px; padding: 42px 28px; backdrop-filter: blur(14px); transition: 0.35s; }
.result-item:hover { transform: translateY(-10px); background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.12); }
.result-line { width: 42px; height: 2px; margin: 22px auto; background: rgba(255, 255, 255, 0.16); }
.result-text { font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgb(18, 18, 18); font-weight: 600; }
.result-item p { margin: 18px 0px 0px; font-size: 1rem; line-height: 1.75; color: var(--muted); }
@media (max-width: 980px) {.results-grid { grid-template-columns: 1fr; }
.results-card { padding: 70px 34px; }}
@media (max-width: 640px) {.apple-results { padding: 80px 0px; }
.results-card { padding: 56px 24px; border-radius: 28px; }
.result-item { padding: 32px 22px; border-radius: 24px; }}
.apple-nav { position: fixed; top: 16px; left: 0px; width: 100%; z-index: 999; padding: 0px 18px; }
.nav-wrap { max-width: 1320px; margin: auto; height: 72px; padding: 0px 18px; display: flex; align-items: center; justify-content: space-between; border-radius: 22px; background: rgba(255, 255, 255, 0.74); backdrop-filter: blur(22px); border: 1px solid rgba(255, 255, 255, 0.7); box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 28px, rgba(255, 255, 255, 0.75) 0px 1px 0px inset; }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img { width: 42px; height: 42px; object-fit: contain; }
.nav-logo span { font-size: 18px; font-weight: 700; color: rgb(17, 17, 17); letter-spacing: -0.4px; }
.nav-menu { display: flex; align-items: center; gap: 6px; }
.nav-menu > a, .dropdown-btn { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; background: none; text-decoration: none; color: rgb(68, 68, 68); font-size: 15px; font-weight: 500; padding: 11px 15px; border-radius: 999px; cursor: pointer; transition: 0.25s; }
.nav-menu > a:hover, .dropdown-btn:hover { background: rgba(0, 0, 0, 0.04); color: rgb(17, 17, 17); }
.nav-btn { margin-left: 8px; box-shadow: rgba(27, 124, 131, 0.16) 0px 10px 20px; background: rgb(27, 124, 131) !important; color: rgb(255, 255, 255) !important; padding: 12px 18px !important; }
.nav-btn:hover { background: rgb(21, 104, 110) !important; }
.nav-dropdown { position: relative; }
.dropdown-btn { display: flex; align-items: center; gap: 8px; }
.dropdown-btn svg { width: 16px; height: 16px; }
.dropdown-menu { position: absolute; top: 56px; left: 0px; min-width: 220px; padding: 10px; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(20px); border-radius: 18px; border: 1px solid rgba(255, 255, 255, 0.7); box-shadow: rgba(0, 0, 0, 0.08) 0px 20px 40px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: 0.25s; }
.dropdown-menu a { display: block; padding: 12px 14px; border-radius: 14px; text-decoration: none; color: rgb(51, 51, 51); font-size: 15px; transition: 0.22s; }
.dropdown-menu a:hover { background: rgb(245, 245, 247); color: rgb(17, 17, 17); }
.nav-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0px); }
.nav-toggle { width: 46px; height: 46px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; border-radius: 14px; background: rgba(0, 0, 0, 0.04); display: none; cursor: pointer; position: relative; }
.nav-toggle span { position: absolute; left: 12px; width: 22px; height: 2px; background: rgb(17, 17, 17); }
.nav-toggle span:first-child { top: 17px; }
.nav-toggle span:last-child { top: 26px; }
@media (max-width: 1024px) {.nav-toggle { display: block; }
.nav-menu { position: absolute; top: 84px; left: 18px; right: 18px; flex-direction: column; align-items: stretch; gap: 6px; padding: 14px; border-radius: 22px; background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(22px); box-shadow: rgba(0, 0, 0, 0.08) 0px 20px 40px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: 0.25s; }
.nav-menu.show { opacity: 1; visibility: visible; transform: translateY(0px); }
.nav-menu > a, .dropdown-btn { width: 100%; text-align: left; border-radius: 16px; }
.dropdown-btn { justify-content: space-between; }
.dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; background: rgb(247, 247, 247); margin-top: 6px; display: none; }
.nav-dropdown.open .dropdown-menu { display: block; }
.nav-btn { margin-left: 0px; margin-top: 6px; text-align: center !important; }}
.actions { display: flex; gap: 18px; flex-wrap: wrap; }
@media (max-width: 600px) {body { padding: 30px 15px; }
.actions { width: 100%; flex-direction: column; }}
.btn-primary, .btn-secondary, .cta-btn-primary, .cta-btn-ghost { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; }
.btn-primary, .cta-btn-primary { background: rgb(16, 35, 38); box-shadow: rgba(16, 35, 38, 0.18) 0px 18px 42px; }
.btn-primary:hover, .cta-btn-primary:hover { background: rgb(27, 124, 131); }
.brands-header h2, .apple-head .section-h2, .why-left .section-h2, .apple-project-head .section-h2, .cta-h2 { letter-spacing: -0.035em; }
.services-hero-apple, .about-hero-apple, .team-hero-apple, .hero-process-apple, .hero-testimonial-apple, .apple-pricing-hero, .apple-case-hero, .projects-hero-dark { background: radial-gradient(circle at 18% 18%, rgba(27, 124, 131, 0.16), transparent 34%), radial-gradient(circle at 82% 72%, rgba(15, 23, 42, 0.12), transparent 36%), linear-gradient(135deg, rgb(248, 250, 250), rgb(238, 247, 246)); }
.services-hero-title, .about-hero-title, .team-hero-title, .process-hero-title, .testimonial-hero-title, .pricing-title, .projects-hero-title, .case-title { letter-spacing: -0.035em; }
.service-row, .engage-card, .price-card, .agency-card, .faq-item, .contact-form-wrap, .contact-info-card, .kehem-client-card, .case-card, .sidebar-card, .results-card, .timeline-card, .value-card { border-radius: 18px !important; border-color: rgba(15, 23, 42, 0.08) !important; box-shadow: rgba(15, 23, 42, 0.07) 0px 18px 50px !important; }
.brand-card, .what-we-do-apple .apple-card, .editorial-process .apple-card, .editorial-fit .apple-card, .why-card, .services-list-apple .service-row, .engagement-apple .engage-card, .values-apple .value-card, .timeline-apple .timeline-card, .apple-case-details .story-block, .apple-metrics-section .metric-card, .casework-apple .case-card { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; border-radius: 0px !important; }
.why-card, .services-list-apple .service-row, .apple-case-details .story-block, .casework-apple .case-card { border-width: 0px 0px 1px !important; border-style: none none solid !important; border-color: currentcolor currentcolor rgba(15, 23, 42, 0.1) !important; border-image: none !important; }
html, body { cursor: auto !important; }
a, button, [role="button"], .blog-card, .blog-featured, .service-item, .project-apple { cursor: pointer; }
.cursor, .cursor-ring { display: none !important; }
.brand-logo-img { width: 3.4rem; }
.text-center { text-align: center; }
.copy-centered { margin: 2rem auto; }
.case-cta-link { text-transform: uppercase; font-weight: 700; letter-spacing: 0.08em; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-legal a { color: inherit; font-weight: 700; }
#cookie-consent { position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%); max-width: 980px; width: calc(100% - 48px); color: rgb(255, 255, 255); padding: 18px; border-radius: 12px; box-shadow: rgba(4, 9, 20, 0.6) 0px 10px 30px; display: flex; align-items: center; gap: 12px; font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif; z-index: 100000; font-size: 15px; }
#cookie-consent.cookie-consent-hidden { display: none; }
#cookie-consent p { margin: 0px; flex: 1 1 0%; line-height: 1.35; }
#cookie-consent a { color: rgba(255, 255, 255, 0.95); text-decoration: underline; }
#cookie-consent .btn { border-radius: 8px; padding: 10px 14px; border: 0px; cursor: pointer; font-weight: 600; }
#cookie-consent .accept { background: rgba(255, 255, 255, 0.95); color: var(--cookie-accept-text, #012); }
#cookie-consent .decline { background: transparent; border: 1px solid rgba(255, 255, 255, 0.22); color: rgb(255, 255, 255); }
#cookie-consent .actions { display: flex; gap: 8px; margin-left: 12px; }
@media (max-width: 520px) {#cookie-consent { flex-direction: column; align-items: stretch; text-align: center; }
#cookie-consent .actions { justify-content: center; margin-left: 0px; }}
.audience-fit-intro .section-h2 { max-width: 560px; margin: 18px 0px 22px; color: rgb(15, 23, 32); font-family: Manrope, sans-serif; font-size: clamp(2.6rem, 4.7vw, 4.4rem); font-weight: 600; line-height: 1.02; letter-spacing: 0px; }
